keep-busy - ترجمة إلى إنجليزي
Diclib.com
قاموس ChatGPT
أدخل كلمة أو عبارة بأي لغة 👆
اللغة:     

ترجمة وتحليل الكلمات عن طريق الذكاء الاصطناعي ChatGPT

في هذه الصفحة يمكنك الحصول على تحليل مفصل لكلمة أو عبارة باستخدام أفضل تقنيات الذكاء الاصطناعي المتوفرة اليوم:

  • كيف يتم استخدام الكلمة في اللغة
  • تردد الكلمة
  • ما إذا كانت الكلمة تستخدم في كثير من الأحيان في اللغة المنطوقة أو المكتوبة
  • خيارات الترجمة إلى الروسية أو الإسبانية، على التوالي
  • أمثلة على استخدام الكلمة (عدة عبارات مع الترجمة)
  • أصل الكلمة

keep-busy - ترجمة إلى إنجليزي

COMPUTER PROGRAMMATION TECHNIQUE IN WHICH A PROCESS REPEATEDLY CHECKS TO SEE IF A CONDITION IS TRUE
Busy spin; Busy-wait; Busy-loop; Busy loop; Busy wait; Busy-wait loop; Busy-wait loops; Busy wait loops; Busy wait loop; Busy-waiting

keep-busy      
(adj.) = para mantener(se) ocupado
Ex: The assistant's position frequently degenerates into a "catch-all" position, with the assistant ending up with a number of miscellaneous odd-jobs (sometimes "keep-busy" type jobs, well below his or her capabilities).
keep         
  • Reconstructed wooden keep at [[Saint-Sylvain-d'Anjou]]
  • A 19th-century reconstruction of the keep at [[Château d'Étampes]]
  • colony]] of [[Bermuda]], with its Keep at the northern (right) end
TYPE OF FORTIFIED TOWER BUILT WITHIN CASTLES DURING THE MIDDLE AGES BY EUROPEAN NOBILITY
Donjon; Keeps; Keep (architecture); Keep (tower); Keep (castle); Castle keep
guardar
busy beaver         
  • Animation of a 3-state, 2-symbol busy beaver
  • Animation of a 4-state, 2-symbol busy beaver
  • Shows the first 100,000 timesteps of the current best 5-state busy beaver. Orange is "1", white is "0" (image compressed vertically).
A HALTING, BINARY-ALPHABET TURING MACHINE WHICH WRITES THE MOST 1S ON THE TAPE, USING ONLY A LIMITED SET OF STATES
Busy Beaver; Busy beaver function; Busy beaver problem; Busy Beaver function; Busy Beaver problem; Busy Beaver Problem; Busy Beaver Number; Maximum shifts function; Busy-beaver; N-state busy beaver game; BB-n game; Generalized busy beaver functions; Busy Beaver game
(n.) = persona muy ocupada
Ex: She has certainly be a very busy beaver over the past several weeks.

تعريف

busy-wait
<programming> To wait for an event by spinning through a tight loop or timed-delay loop that polls for the event on each pass, as opposed to setting up an interrupt handler and continuing execution on another part of the task. This is a wasteful technique, best avoided on time-sharing systems where a busy-waiting program may hog the processor. [Jargon File] (1999-06-10)

ويكيبيديا

Busy waiting

In computer science and software engineering, busy-waiting, busy-looping or spinning is a technique in which a process repeatedly checks to see if a condition is true, such as whether keyboard input or a lock is available. Spinning can also be used to generate an arbitrary time delay, a technique that was necessary on systems that lacked a method of waiting a specific length of time. Processor speeds vary greatly from computer to computer, especially as some processors are designed to dynamically adjust speed based on current workload. Consequently, spinning as a time-delay technique can produce unpredictable or even inconsistent results on different systems unless code is included to determine the time a processor takes to execute a "do nothing" loop, or the looping code explicitly checks a real-time clock.

In most cases spinning is considered an anti-pattern and should be avoided, as processor time that could be used to execute a different task is instead wasted on useless activity. Spinning can be a valid strategy in certain circumstances, most notably in the implementation of spinlocks within operating systems designed to run on SMP systems.

أمثلة من مجموعة نصية لـ٪ 1
1. "Yes, I keep busy," he says in a telephone interview.
2. The current mantra of retirement – "Keep busy!" – has its rewards.
3. Lonely and unemployed, I scour Backstage just to keep busy.
4. Keep busy Pick a place with some recreational options, like pool, darts or video games.
5. The antidote was to keep busy and try to find a way to earn a living.